@font-face{
    font-family: "Rampart";
    src: url("../police/Rampart_One/RampartOne-Regular.ttf");
}

html{
    background-color: black !important;
}

body{
    background-color: black !important;
    font-family: "Rampart";
}



.two-pages{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap{
   flex-wrap: wrap;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}



.bg-black{
    background-color: black;
    color: white;
    padding-bottom: 6rem;
}

.cover-misa{
    height: 525px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;

}

.vignette-text{
    background-color: white;
    color: black;
    border-radius: 15px;
    margin: 10px 0;
    padding-top: 20px;
}


.text{
    background-size: 100% 100%;
    color: rgb(253, 253, 253);
    border-radius: 15px;
    margin: 10px 0;
    padding: 30px;   
    text-align: justify;
    box-shadow: 1px 1px 30px white;
}

.img{
    border-radius: 30px;
    width: 100%;
    height: auto;
}
.img-carousel{
    border-radius: 30px;
    width: 500px;
    height: 500px;
}

.card-text{
    color: orange;
}

.card{
    background-color: black;
}

.button{
    color: #000;
    background-color: #2ca92a !important;
    margin-top: 10px;
}

h2{
    color: #2ca92a;
    text-align: center;
}

.card-story-one{
    border-right: 1px solid green;
    border-bottom: 1px solid green;
    padding: 10px;
}
.card-story-two{
    border-left: 1px solid green;
    border-bottom: 1px solid green;
    padding: 10px;
}

.name-cat{
    color: white;
}

.carousel-indicators [data-bs-target] {
    height: 20px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

hr{
    margin: 0.3rem 0 !important;
}